return "ZOOM IN/OUT" & RETURN & RETURN & "Gives the appearance of a sprite zooming in (getting larger) or zooming out (smaller). " & "Can be used with animated GIF, bitmap, Flash, QuickTime, text, and vector shape sprites." & RETURN & RETURN & "Place the sprite in its desired zoomed-in position, then add the behavior to the sprite. " & "Choose whether the sprite should zoom in or out, when the zooming should start, the coordinates for the zoomed-out sprite, the number of times it should zoom, and how fast it should zoom. " & "The default zoomed-out position is the center of the sprite." & RETURN & RETURN & "The zoom can be activated automatically in the first frame, by a click on the sprite, or by sending the sprite a mZoomActivate message. " & "See the Notes for Developers in the script for information on this method." & RETURN & RETURN & "PERMITTED MEMBER TYPES:" & RETURN & "animated GIF, bitmap, Flash, QuickTime, text, vector shape" & RETURN & RETURN & "PARAMETERS:" & RETURN & "* Zoom in or out?" & RETURN & "* Zoom activation (automatic, click, or message)" & RETURN & "* Horizontal and vertical zoom coordinates" & RETURN & "* Number of zoom cycles" & RETURN & "* Time period for zoom in seconds" & RETURN & RETURN & "Set the number of zoom cycles to -1 if you want an endless loop, or to 0 if the zoom should happen only once."
end
on getBehaviorTooltip me
return "Zooms a sprite in and out. " & "The sprite can zoom in once, multiple times, or continuously."